-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable-3.10] Bugfix/restore folders recursively #6143
Conversation
Signed-off-by: Matthieu Gallien <[email protected]>
we should not try to restore files/folders no longer synced because of selective sync when detecting a data fingerprint change in case the user deselect a folder from selective sync list, we would do a local delete in case the client is also detecting a change of data fingerprint (or is stuck in restore mode) then instead of applying the new set of selected folders to sync, it would upload unselected files/folders Signed-off-by: Matthieu Gallien <[email protected]>
in case sync would complete after a data fingerprint change, we should tolerate some errors a file being blacklisted for whatever reason should not block the propagation of data fingerprint Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
AppImage file: nextcloud-PR-6143-3392933dc827bcbc47f58cb41b36c3494068496f-x86_64.AppImage |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## stable-3.10 #6143 +/- ##
===============================================
+ Coverage 60.46% 60.54% +0.07%
===============================================
Files 145 145
Lines 18807 18807
===============================================
+ Hits 11372 11386 +14
+ Misses 7435 7421 -14
|
SonarCloud Quality Gate failed. 0 Bugs 75.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Backport of #6134